From: Richard M. Stallman Date: Mon, 29 Jul 2002 01:56:56 +0000 (+0000) Subject: (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~55928 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=53202f7d01834a85439159d1a61223cb709b9dfd;p=emacs.git (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8. --- diff --git a/src/s/hpux.h b/src/s/hpux.h index c7842f1d6df..9a2e7e845f8 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h @@ -217,5 +217,7 @@ Boston, MA 02111-1307, USA. */ /* This triggers a conditional in xfaces.c. */ #define XOS_NEEDS_TIME_H +#ifndef HPUX8 /* It's possible that HPUX 7 has sys/wait.h but it does not work right. */ #undef HAVE_SYS_WAIT_H +#endif